PostgresAuthRepository

class PostgresAuthRepository(db: Database = DBConnection.getDatabaseObject()) : AuthRepository

Implementation of the AuthRepository interface for PostgreSQL.

Constructors

Link copied to clipboard
constructor(db: Database = DBConnection.getDatabaseObject())

Functions

Link copied to clipboard
open override fun checkCredentials(email: String, password: String): Boolean

Checks the credentials of a user.